TableWidgetCommons class

Constructors

TableWidgetCommons()

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 Properties

discussionMessage String
getter/setter pair
emojiDisplayPanel Widget?
getter/setter pair
incognitoMode bool
getter/setter pair
searchText String
getter/setter pair

Static Methods

bottonControlsPanel(Widget bottomContainer, BuildContext context, {double widgetHeight = 70.0, double widgetWidth = 0.6}) Widget
buildSlimDropdown<T>({required T value, required List<T> items, required ValueChanged<T?> onChanged, required String label, Color dropdownColor = Colors.white}) Widget
buildSpacerDividerSet(BuildContext context, {Color? dividerColor = const Color(0xff006784)}) List<Widget>
debugPrint(String printText) Widget
getButtonTextSpan(String? buttonLabel, Icon icon, ButtonIconPositionType iconPositionType) Widget
getFineButtonShape(String? buttonLabel, {Icon? icon, ButtonIconPositionType iconPositionType = ButtonIconPositionType.left, bool hasRadiusFactor = true, Color buttonBodyColor = const Color(0xffeef2f7), Color buttonBorderColor = Colors.indigo, Color? textColor, bool showBorder = false, String tooltipText = ""}) Widget
getFineRoundedButton(String? buttonLabel, OnButtonTapped onButtonTapped, Icon icon, {ButtonIconPositionType iconPositionType = ButtonIconPositionType.left, bool hasRadiusFactor = true, Color buttonBodyColor = const Color(0xffeef2f7), Color buttonBorderColor = Colors.indigo, Color? textColor, bool showBorder = false, String tooltipText = ""}) Widget
getRoundedButton(String? buttonLabel, OnButtonTapped onButtonTapped, Icon icon, {ButtonIconPositionType iconPositionType = ButtonIconPositionType.left, bool hasRadiusFactor = true, Color buttonBodyColor = const Color(0xffeef2f7), Color buttonBorderColor = Colors.indigo}) Widget
showConfirmationMessage(BuildContext context, String? alertTitle, String? alertMessage, {MessageType messageType = MessageType.none, dynamic onApplyTapped()?, Color buttonIconColor = Colors.indigo}) → dynamic
showMessageAlert(BuildContext context, String? alertTitle, String? alertMessage, {MessageType messageType = MessageType.none, dynamic onApplyTapped()?, Color textColor = const Color(0xffffffff), Color buttonIconColor = Colors.indigo}) → dynamic