WidgetHelperMixin mixin

Mixin applications

Properties

DEBUGGING bool
getter/setter pair
enclosureLabelTextStyle TextStyle
getter/setter pair
flatButtonStyle ButtonStyle
final
FUCHSIA_X Color
no setter
hashCode int
The hash code for this object.
no setterinherited
highlightPaint Paint
no setter
MIN_FONT_SIZE double
getter/setter pair
outlineButtonStyle ButtonStyle
final
REM double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SHOW_BOXED bool
getter/setter pair
transparentBgPaint Paint
no setter
whiteBgPaint Paint
no setter

Methods

asset(String name) String
assetPicWithFadeIn({required String path, Alignment alignment = Alignment.center, double? width, double? height, EdgeInsets padding = const EdgeInsets.all(20.0), BoxFit? fit, Key? key}) Widget
bgPaint(Color theColor) Paint
blackOnGrey() ButtonStyle
blackText(double size) TextStyle
blueText(double size) TextStyle
boxChild({required Widget child, Color? bgColor}) Widget
boxedStep({Color? theColor, Color theBgColor = Colors.transparent, Widget? theChild, double? width, double? height, bool? force, double? thePadding, bool? notRounded, double theBorderWidth = 2.0}) Widget
boxedText({String text = '', Color? color}) Widget
buttonStyle(double fontSize) ButtonStyle
calculateAutoscaleFontSize(String text, TextStyle style, double startFontSize, double maxWidth) double
coloredText(String s, {double? fontSize, Color? color, String? fontFamily, double? letterSpacing, FontWeight? fontWeight, FontStyle? fontStyle, double scaleFactor = 1.0, int? maxLines, TextOverflow? overflow = TextOverflow.ellipsis}) Text
emptyZeroSizedContainer() SizedBox
gap(double gap) Widget
greyHeadingText() TextStyle
greyItemText() TextStyle
linePaint(Color theColor, {double theThickness = 1.5}) Paint
loadingImage256() Image
memoryPicWithFadeIn({GlobalKey<State<StatefulWidget>>? gk, String? toolTip, required Uint8List bytes, Alignment alignment = Alignment.center, double? width, double? height, double padding = 20}) Widget
networkPicWithFadeIn({required String url, Alignment alignment = Alignment.center, double width = 512, double height = 512, double padding = 20, BorderRadius radius = BorderRadius.zero}) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pinkText(double size) TextStyle
PositionedTab({Rect? rect, double? top, double? left, double? bottom, double? right, required Color bgColor, required Color borderColor, bool? dontRotate, required Widget child, GlobalKey<State<StatefulWidget>>? key}) → dynamic
A custom Path to paint stars.
purpleText(String s, {double? fontSize, String? family}) Text
raisedButtonStyle({double elevation = 2, EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 16), Color? backgroundColor, Color foregroundColor = Colors.grey, Size minimumSize = const Size(88, 36), dynamic shape = const RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(2))), TextStyle? textStyle}) ButtonStyle
rectangularBox({Color? color, double thickness = 1.0, double radius = 0.0}) BoxDecoration
redBgPaint() Paint
redOnGrey() ButtonStyle
rem(dynamic multiple) double
syncStyle() ButtonStyle
text16(String s, {Color theBgColor = Colors.white, Color color = Colors.black}) Text
/ ask user if wants to create linked new clipboard / flutter defined function / return object of type Dialog
text18(String s, {Color theBgColor = Colors.white, dynamic key}) Text
text24(String s, {Color theBgColor = Colors.white}) Text
thickLinePaint(Color theColor) Paint
toString() String
A string representation of this object.
inherited
veryThickLinePaint(Color theColor) Paint
whiteHeadingText() TextStyle
whiteIcon(IconData iconData) Icon
whiteItemText() TextStyle

Operators

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