widgets/mahas_input_select_widget library
Functions
-
mahasInputSelectWidget<
T> ({MahasInputModel? controller, bool showLabel = true, String? icon, String? label, required dynamic getText(T), void additionalOnChanged(T?)?, bool readOnly = false, List< MahasMessageModel> ? validation, int? index}) → Widget