style property

  1. @override
ButtonStyle style
final

Overrides for TextButton's default style.

Non-null properties or non-null resolved WidgetStateProperty values override the ButtonStyle returned by TextButton.defaultStyleOf.

If style is null, then this theme doesn't override anything.

Implementation

@override
final ButtonStyle style;