button static method
Implementation
static TextStyle? button(BuildContext context){
return Theme.of(context).textTheme.button!.copyWith(
letterSpacing: 1
);
}
static TextStyle? button(BuildContext context){
return Theme.of(context).textTheme.button!.copyWith(
letterSpacing: 1
);
}