BulletsSection class

Section to display bullets.

Constructors

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

Properties

background Color?
getter/setter pairinherited
border SectionBorder?
getter/setter pairinherited
bullets List<Bullet>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
marginBottom double?
getter/setter pairinherited
marginLeft double?
getter/setter pairinherited
maxHeight double
no setterinherited
maxWidth double
getter/setter pairinherited
minHeight double
no setterinherited
padding EdgeInsetsGeometry?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing double
getter/setter pair
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
create({int indent = 0, String? text}) Bullet
getBackgroundFromTheme(DemoFluTheme theme) Color?
inherited
getBorderFromTheme(DemoFluTheme theme) SectionBorder?
inherited
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