GFCheckboxListTile class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- GFCheckboxListTile
- Available extensions
Constructors
-
GFCheckboxListTile({Key? key, required bool value, required ValueChanged<
bool> ? onChanged, String? titleText, String? subTitleText, Color? color, Widget? avatar, Widget? title, Widget? subTitle, Widget? icon, Widget? description, Color? listItemTextColor = GFColors.DARK, EdgeInsets padding = const EdgeInsets.all(8), EdgeInsets margin = const EdgeInsets.symmetric(vertical: 8, horizontal: 16), double size = GFSize.MEDIUM, GFCheckboxType type = GFCheckboxType.basic, Color activeBgColor = GFColors.PRIMARY, Color inactiveBgColor = GFColors.WHITE, Color activeBorderColor = GFColors.WHITE, Color inactiveBorderColor = GFColors.DARK, Widget activeIcon = const Icon(Icons.check, size: 20, color: GFColors.WHITE), Widget? inactiveIcon, Color customBgColor = GFColors.SUCCESS, GFPosition position = GFPosition.end, bool selected = false, bool autofocus = false}) -
GFCheckboxListTile is a tile with small box at right (as in a checklist)
in which to place a check mark to make a selection with various customization options.
const
Properties
- activeBgColor → Color
-
type of Color used to change the backgroundColor of the active checkbox
final
- activeBorderColor → Color
-
type of Color used to change the border color of the active checkbox
final
- activeIcon → Widget
-
type of Widget used to change the checkbox's active icon
final
- autofocus → bool
-
On true state it should focus itself if nothing else is already focused.
Defaults to false
final
- avatar → Widget?
-
If position is start Checkbox will come instead of avatar,
type of Widget or GFAvatar used to create rounded user profile
final
- color → Color?
-
The GFListTile's background color. Can be given Color or GFColors
final
- customBgColor → Color
-
type of Color used to change the background color of the custom active checkbox only
final
- description → Widget?
-
The description to display inside the GFListTile. see Text
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → Widget?
-
If position is end Checkbox will come instead of icon, The icon to display inside the GFListTile. see Icon
final
- inactiveBgColor → Color
-
type of Color used to change the backgroundColor of the inactive checkbox
final
- inactiveBorderColor → Color
-
type of Color used to change the border color of the inactive checkbox
final
- inactiveIcon → Widget?
-
type of Widget used to change the checkbox's inactive icon
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- listItemTextColor → Color?
-
The color for the color of the list item text.
final
- margin → EdgeInsets
-
defines the margin of GFListTile
final
- marginZero → Widget
-
Available on Widget, provided by the WidgetMarginX extension
no setter -
onChanged
→ ValueChanged<
bool> ? -
Called when the user checks or unchecks the checkbox.
final
- padding → EdgeInsets
-
defines the padding of GFListTile
final
- paddingZero → Widget
-
Available on Widget, provided by the WidgetPaddingX extension
no setter - position → GFPosition
-
Position allows user to set position of GFCheckbox based on given GFPosition
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selected → bool
-
To have the list tile appear selected when the checkbox is checked, pass the same value to both.
Normally, this property is left to its default value, false.
final
- size → double
-
type of double which is GFSize ie, small, medium and large and can use any double value
final
- sliverBox → Widget
-
Available on Widget, provided by the WidgetSliverBoxX extension
no setter - subTitle → Widget?
-
The subTitle to display inside the GFListTile. see Text
final
- subTitleText → String?
-
type of String used to pass text, alternative to subTitle property and gets higher priority than subTitle
final
- title → Widget?
-
The title to display inside the GFListTile. see Text
final
- titleText → String?
-
type of String used to pass text, alternative to title property and gets higher priority than title
final
- type → GFCheckboxType
-
type of GFCheckboxType which is of four type is basic, sqaure, circular and custom
final
- value → bool
-
Used to set the current state of the checkbox
final
Methods
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget.
override
-
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
-
marginAll(
double margin) → Widget -
Available on Widget, provided by the WidgetMarginX extension
-
marginOnly(
{double left = 0.0, double top = 0.0, double right = 0.0, double bottom = 0.0}) → Widget -
Available on Widget, provided by the WidgetMarginX extension
-
marginSymmetric(
{double horizontal = 0.0, double vertical = 0.0}) → Widget -
Available on Widget, provided by the WidgetMarginX extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paddingAll(
double padding) → Widget -
Available on Widget, provided by the WidgetPaddingX extension
-
paddingOnly(
{double left = 0.0, double top = 0.0, double right = 0.0, double bottom = 0.0}) → Widget -
Available on Widget, provided by the WidgetPaddingX extension
-
paddingSymmetric(
{double horizontal = 0.0, double vertical = 0.0}) → Widget -
Available on Widget, provided by the WidgetPaddingX extension
-
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, int wrapWidth = 65}) → 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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited