ActivityUtils class Null safety

Activity utils.

Constructors

ActivityUtils()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

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

Operators

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

Static Methods

createActivity(BuildContext context, {EdgeInsets padding = Dimens.padding_zero, EdgeInsets margin = Dimens.margin_zero}) Widget
Creates activity widget.
createMessage(BuildContext context, String message, {Widget? button, EdgeInsets padding = Dimens.padding_zero, EdgeInsets margin = Dimens.margin_zero}) Widget
Creates message widget.
createOverlayActivity(BuildContext context, {Color? overlay, EdgeInsets padding = Dimens.padding_zero, EdgeInsets margin = Dimens.margin_zero}) Widget
Creates activity widget with overlay.
createProgress(BuildContext context, {double? value, EdgeInsets padding = Dimens.padding_zero, EdgeInsets margin = Dimens.margin_zero}) Widget
Creates progress widget.