kButtonTextStyle property

TextStyle kButtonTextStyle
getter/setter pair

Implementation

static TextStyle kButtonTextStyle = const TextStyle(
    fontSize: 18, fontWeight: FontWeight.bold, color: Colors.green);