referenceCodeInputTextStyle property

TextStyle referenceCodeInputTextStyle
getter/setter pair

Implementation

static var referenceCodeInputTextStyle = TextStyleBase.bodyL.copyWith(
  color: Colors.white,
);