GSRadioModel class

Inheritance

Constructors

GSRadioModel({dynamic type, dynamic tag, dynamic title, dynamic errorMessage, dynamic helpMessage, dynamic required, dynamic status, dynamic value, dynamic weight, dynamic showTitle, required List<RadioDataModel> items, required ValueChanged<RadioDataModel> callBack, Widget? selectedIcon, Widget? unSelectedIcon, String? hint, bool? scrollable, double? height, Axis? scrollDirection, Color? scrollBarColor, bool? showScrollBar, required bool searchable, String? searchHint, Icon? searchIcon, BoxDecoration? searchBoxDecoration})

Properties

callBack ValueChanged<RadioDataModel>
final
defaultValue ↔ dynamic
read / writeinherited
errorMessage String?
read / writeinherited
focusNode FocusNode?
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
height double?
read / write
helpMessage String?
read / writeinherited
hint String?
read / write
items List<RadioDataModel>
read / write
nextFocusNode FocusNode?
read / writeinherited
postfixWidget Widget?
read / writeinherited
prefixWidget Widget?
read / writeinherited
required bool?
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
scrollable bool?
read / write
scrollBarColor Color?
read / write
scrollDirection Axis?
read / write
searchable bool
read / write
searchBoxDecoration BoxDecoration?
read / write
searchHint String?
read / write
searchIcon Icon?
read / write
selectedIcon Widget?
read / write
showScrollBar bool?
read / write
showTitle bool?
read / writeinherited
status GSFieldStatusEnum
read / writeinherited
tag String
read / writeinherited
title String?
read / writeinherited
type GSFieldTypeEnum?
read / writeinherited
unSelectedIcon Widget?
read / write
validateRegEx RegExp?
read / writeinherited
weight int?
read / writeinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited