MaterialPercentInputDirective class

Directive to control material-input to accept percentage values.

Annotations
  • @Directive(selector: 'material-input[type=percent]', visibility: Visibility.all)

Properties

hashCode int
The hash code for this object.
no setterinherited
percentErrorRenderer Map<String, dynamic> Function(Map<String, dynamic>?)?
Function that allows clients to use their own error messages instead of the default.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited