OutlinedButton.fromJson constructor Null safety

OutlinedButton.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory OutlinedButton.fromJson(Map<String, dynamic> json) =
    _$OutlinedButton.fromJson;