UikTextProps.fromJson constructor

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

Implementation

factory UikTextProps.fromJson(Map<String, dynamic> json) =>
    $UikTextPropsFromJson(json);