buttonTextStyle property

TextStyle buttonTextStyle
final

Implementation

final TextStyle buttonTextStyle = const TextStyle(
    fontSize: 16,
    color: Colors.black,
    fontWeight: FontWeight.w500,
    height: 1.5);