WidgetUtility class

Constructors

WidgetUtility.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

cupertinoDatePicker({required BuildContext context, required dynamic onChanged(String), bool dontallowPastDate = false, int yearCount = 65}) Future
cupertinoselector({required BuildContext context, required dynamic title, required dynamic onChanged(int index, String value), required Rx<Selection> selectionList, bool looping = false}) Future
cupertinoTimepicker({required dynamic onChanged(String)}) Future
findDaysInMonth(int year, int month) int
specialText(BuildContext context, String text, {TextAlign textAlign = TextAlign.start, FontWeight fontWeight = FontWeight.normal, Color? color, required dynamic profileFunction({required Media? avatar, required Media? banner, required String? displayname, required int userID, required String username})}) Widget