StyleBuilder typedef

StyleBuilder = PropertyOverrides Function(dynamic value, TextStyle style)

Signature for a function that takes a generic value and the current theme property value style and returns a StyleBuilder that allows the style and interaction to be changed dynamically.

See also:

  • PropertyStyle

Implementation

typedef StyleBuilder = PropertyOverrides Function(
  dynamic value,
  TextStyle style,
);