prop_buildCounter property

  1. @protected
  2. @nonVirtual
(Widget? Function(BuildContext, {required int currentLength, required bool isFocused, required int? maxLength})?) prop_buildCounter
inherited

Implementation

@protected
@nonVirtual
Widget? Function(BuildContext,
    {required int currentLength,
    required bool isFocused,
    required int? maxLength})? get prop_buildCounter {
  if (!this._$rxProp_buildCounter.wasInit()) {
    this._$rxProp_buildCounter.setValue(this.widget.$getProp("buildCounter"));
  }
  return this._$rxProp_buildCounter.getValue();
}