getButtonTextStyle method

TextStyle getButtonTextStyle()

Implementation

TextStyle getButtonTextStyle() {
  return const TextStyle(color: Colors.black);
}