labelStyle property

TextStyle? labelStyle
final

Optional text style for the trigger button label.

Only applies to the text variant (created with the default constructor). Has no effect on icon-only buttons.

Implementation

final TextStyle? labelStyle;