$stylerFieldNames property

  1. @override
Set<String> get $stylerFieldNames
override

Names of every field represented by the Styler's Mix.props.

Implementation

@override
Set<String> get $stylerFieldNames => const {
  'overflow',
  'strutStyle',
  'textAlign',
  'textScaler',
  'maxLines',
  'style',
  'textWidthBasis',
  'textHeightBehavior',
  'textDirection',
  'softWrap',
  'textDirectives',
  'selectionColor',
  'semanticsLabel',
  'locale',
  'animation',
  'modifier',
  'variants',
};