PaperButtonProps
PaperButtonProps = ({String? buttonColor, Map<
Props for Paper Button
Implementation
typedef PaperButtonProps = ({
String? mode, // 'text' | 'outlined' | 'contained' | 'elevated'
bool? disabled,
bool? loading,
String? buttonColor,
String? textColor,
Map<String, dynamic>? style,
Map<String, dynamic>? contentStyle,
Map<String, dynamic>? labelStyle,
});