StyleMethodProp constructor
const
StyleMethodProp(
- dynamic method(
- StyleMethodPropConsumer consumer,
- Object? value
- Object? defaultValue
Implementation
const StyleMethodProp(this.method, this.defaultValue);