AzResponsive class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- AzResponsive
Constructors
- AzResponsive(Widget child, {Key? key})
Properties
Methods
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget.
override
-
col(
String sizes) → Widget -
This function is use to make responsive ui
Parameter sizes values should have spaces like 'col-sm-1 col-md-2'
Supported values are col-, col-sm-, col-md-, col-lg-, col-xl-*
* star represent 1 to 12
-
createElement(
) → StatelessElement -
Creates a StatelessElement to manage this widget's location in the tree.
inherited
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
helperLg(
BuildContext context, double val) → Widget -
helperMd(
BuildContext context, double val) → Widget -
helperSm(
BuildContext context, double val) → Widget -
helperXl(
BuildContext context, double val) → Widget -
lg1(
BuildContext context) → AzResponsive -
- Alternate to col method for lg
-
lg10(
BuildContext context) → AzResponsive -
- Alternate to col method for lg
-
lg11(
BuildContext context) → AzResponsive -
- Alternate to col method for lg
-
lg12(
BuildContext context) → AzResponsive -
- Alternate to col method for lg
-
lg2(
BuildContext context) → AzResponsive -
- Alternate to col method for lg
-
lg3(
BuildContext context) → AzResponsive -
- Alternate to col method for lg
-
lg4(
BuildContext context) → AzResponsive -
- Alternate to col method for lg
-
lg5(
BuildContext context) → AzResponsive -
- Alternate to col method for lg
-
lg6(
BuildContext context) → AzResponsive -
- Alternate to col method for lg
-
lg7(
BuildContext context) → AzResponsive -
- Alternate to col method for lg
-
lg8(
BuildContext context) → AzResponsive -
- Alternate to col method for lg
-
lg9(
BuildContext context) → AzResponsive -
- Alternate to col method for lg
-
md1(
BuildContext context) → AzResponsive -
- Alternate to col method for md
-
md10(
BuildContext context) → AzResponsive -
- Alternate to col method for md
-
md11(
BuildContext context) → AzResponsive -
- Alternate to col method for md
-
md12(
BuildContext context) → AzResponsive -
- Alternate to col method for md
-
md2(
BuildContext context) → AzResponsive -
- Alternate to col method for md
-
md3(
BuildContext context) → AzResponsive -
- Alternate to col method for md
-
md4(
BuildContext context) → AzResponsive -
- Alternate to col method for md
-
md5(
BuildContext context) → AzResponsive -
- Alternate to col method for md
-
md6(
BuildContext context) → AzResponsive -
- Alternate to col method for md
-
md7(
BuildContext context) → AzResponsive -
- Alternate to col method for md
-
md8(
BuildContext context) → AzResponsive -
- Alternate to col method for md
-
md9(
BuildContext context) → AzResponsive -
- Alternate to col method for md
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sm1(
BuildContext context) → AzResponsive -
- Alternate to col method for sm
-
sm10(
BuildContext context) → AzResponsive -
- Alternate to col method for sm
-
sm11(
BuildContext context) → AzResponsive -
- Alternate to col method for sm
-
sm12(
BuildContext context) → AzResponsive -
- Alternate to col method for sm
-
sm2(
BuildContext context) → AzResponsive -
- Alternate to col method for sm
-
sm3(
BuildContext context) → AzResponsive -
- Alternate to col method for sm
-
sm4(
BuildContext context) → AzResponsive -
- Alternate to col method for sm
-
sm5(
BuildContext context) → AzResponsive -
- Alternate to col method for sm
-
sm6(
BuildContext context) → AzResponsive -
- Alternate to col method for sm
-
sm7(
BuildContext context) → AzResponsive -
- Alternate to col method for sm
-
sm8(
BuildContext context) → AzResponsive -
- Alternate to col method for sm
-
sm9(
BuildContext context) → AzResponsive -
- Alternate to col method for sm
-
toBuild(
) → dynamic -
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
-
xl1(
BuildContext context) → AzResponsive -
- Alternate to col method for xl
-
xl10(
BuildContext context) → AzResponsive -
- Alternate to col method for xl
-
xl11(
BuildContext context) → AzResponsive -
- Alternate to col method for xl
-
xl12(
BuildContext context) → AzResponsive -
- Alternate to col method for xl
-
xl2(
BuildContext context) → AzResponsive -
- Alternate to col method for xl
-
xl3(
BuildContext context) → AzResponsive -
- Alternate to col method for xl
-
xl4(
BuildContext context) → AzResponsive -
- Alternate to col method for xl
-
xl5(
BuildContext context) → AzResponsive -
- Alternate to col method for xl
-
xl6(
BuildContext context) → AzResponsive -
- Alternate to col method for xl
-
xl7(
BuildContext context) → AzResponsive -
- Alternate to col method for xl
-
xl8(
BuildContext context) → AzResponsive -
- Alternate to col method for xl
-
xl9(
BuildContext context) → AzResponsive -
- Alternate to col method for xl
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited