NestingLevel class

Contains properties describing the look and feel of a list bullet at a given level of nesting.

Constructors

NestingLevel({String? bulletAlignment, String? glyphFormat, String? glyphSymbol, String? glyphType, Dimension? indentFirstLine, Dimension? indentStart, int? startNumber, TextStyle? textStyle})
NestingLevel.fromJson(Map json_)

Properties

bulletAlignment String?
The alignment of the bullet within the space allotted for rendering the bullet. Possible string values are:
getter/setter pair
glyphFormat String?
The format string used by bullets at this level of nesting.
getter/setter pair
glyphSymbol String?
A custom glyph symbol used by bullets when paragraphs at this level of nesting are unordered.
getter/setter pair
glyphType String?
The type of glyph used by bullets when paragraphs at this level of nesting are ordered.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
indentFirstLine Dimension?
The amount of indentation for the first line of paragraphs at this level of nesting.
getter/setter pair
indentStart Dimension?
The amount of indentation for paragraphs at this level of nesting.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startNumber int?
The number of the first list item at this nesting level.
getter/setter pair
textStyle TextStyle?
The text style of bullets at this level of nesting.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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