text property

TextStyle? text
final

text expects a TextStyle This will change the style from the text inside the ripple button default value is null (default text style)

Implementation

final TextStyle? text;