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