ConfigurationModel class

Constructors

ConfigurationModel({required String sex, required Widget child, required double age, required double weight, required int duration, required String orgid, CustomColorTheme? mycolor, TextStyle? conentstyle, TextStyle? alertmessageStyle, TextStyle? alerttitlestyle, TextStyle? buttonStyle})

Properties

age double
final
alertmessageStyle TextStyle?
final
alerttitlestyle TextStyle?
final
buttonStyle TextStyle?
final
child Widget
final
color → CustomColorTheme
final
conentstyle TextStyle?
final
duration int
final
hashCode int
The hash code for this object.
no setterinherited
orgid String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sex String
final
weight double
final

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