button property

TextStyle button

Dùng cho các loại nút

Implementation

static TextStyle get button =>
    _textTheme.bodyLarge?.copyWith(fontWeight: FontWeight.bold) ??
    _defaultBody;