getButtonStyle static method
Implementation
static TextStyle getButtonStyle() => const TextStyle(
fontSize: 16,
color: Colors.white,
fontWeight: FontWeight.w500,
);
static TextStyle getButtonStyle() => const TextStyle(
fontSize: 16,
color: Colors.white,
fontWeight: FontWeight.w500,
);