UikRowTextProps.fromJson constructor

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

Implementation

factory UikRowTextProps.fromJson(Map<String, dynamic> json) =>
    $UikRowTextPropsFromJson(json);