ConsoleSection class

Section to display a console output.

Constructors

ConsoleSection({required String? title, required double height, required SectionBorder? border, required Color? background, required EdgeInsetsGeometry? padding, required double? marginLeft, required double? marginBottom, required double maxWidth})

Properties

background Color?
getter/setter pairinherited
border SectionBorder?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
height double
getter/setter pair
marginBottom double?
getter/setter pairinherited
marginLeft double?
getter/setter pairinherited
maxHeight double
no setter
maxWidth double
getter/setter pairinherited
minHeight double
no setter
padding EdgeInsetsGeometry?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pairinherited

Methods

arrowDownBorder({Color? color}) → void
inherited
borderless() → void
inherited
buildContent(BuildContext context) Widget
Builds the widget for this section content.
bulletBorder({double top = 0, double diameter = 10, double iconWeight = .8, double shiftIconX = 0, double shiftIconY = 0, IconData? icon, Color? color, Color? iconColor, double thickness = 2}) → void
inherited
getBackgroundFromTheme(DemoFluTheme theme) Color?
inherited
getBorderFromTheme(DemoFluTheme theme) SectionBorder?
getPaddingFromTheme(DemoFluTheme theme) EdgeInsetsGeometry?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runMacro({required dynamic id, required BuildContext context}) → void
Runs a macro.
solidBorder({Color? color}) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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