fromJson method
Implementation
@override
ButtonStyle fromJson(Map<String, dynamic> json) {
return const NullableButtonStyleConverter().fromJson(json)!;
}
@override
ButtonStyle fromJson(Map<String, dynamic> json) {
return const NullableButtonStyleConverter().fromJson(json)!;
}