ZeroText class
Creates a text widget.
If the style argument is null, the text will use the style from the closest enclosing DefaultTextStyle.
The data
parameter must not be null.
The overflow property's behavior is affected by the softWrap argument. If the softWrap is true or null, the glyph causing overflow, and those that follow, will not be rendered. Otherwise, it will be shown with the given overflow option.
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- ZeroText
Constructors
- ZeroText.new(String value, {TextStyle? style, TextAlign? align, int? maxLine, TextOverflow? overflow, double? scaleFactor, bool? softWrap, Key? key})
-
Creates a default text widget with default style
const
- ZeroText.body1(String value, {TextStyle? style, TextAlign? align, int? maxLine, TextOverflow? overflow, double? scaleFactor, bool? softWrap, Key? key})
-
Creates a text widget with default style body1
const
- ZeroText.body2(String value, {TextStyle? style, TextAlign? align, int? maxLine, TextOverflow? overflow, double? scaleFactor, bool? softWrap, Key? key})
-
Creates a text widget with default style body2
const
-
Creates a text widget with default style button
const
- ZeroText.caption(String value, {TextStyle? style, TextAlign? align, int? maxLine, TextOverflow? overflow, double? scaleFactor, bool? softWrap, Key? key})
-
Creates a text widget with default style caption
const
- ZeroText.heading1(String value, {TextStyle? style, TextAlign? align, int? maxLine, TextOverflow? overflow, double? scaleFactor, bool? softWrap, Key? key})
-
Creates a text widget with default style heading1
const
- ZeroText.heading2(String value, {TextStyle? style, TextAlign? align, int? maxLine, TextOverflow? overflow, double? scaleFactor, bool? softWrap, Key? key})
-
Creates a text widget with default style heading2
const
- ZeroText.heading3(String value, {TextStyle? style, TextAlign? align, int? maxLine, TextOverflow? overflow, double? scaleFactor, bool? softWrap, Key? key})
-
Creates a text widget with default style heading3
const
- ZeroText.heading4(String value, {TextStyle? style, TextAlign? align, int? maxLine, TextOverflow? overflow, double? scaleFactor, bool? softWrap, Key? key})
-
Creates a text widget with default style heading4
const
- ZeroText.heading5(String value, {TextStyle? style, TextAlign? align, int? maxLine, TextOverflow? overflow, double? scaleFactor, bool? softWrap, Key? key})
-
Creates a text widget with default style heading5
const
- ZeroText.heading6(String value, {TextStyle? style, TextAlign? align, int? maxLine, TextOverflow? overflow, double? scaleFactor, bool? softWrap, Key? key})
-
Creates a text widget with default style heading6
const
- ZeroText.overline(String value, {TextStyle? style, TextAlign? align, int? maxLine, TextOverflow? overflow, double? scaleFactor, bool? softWrap, Key? key})
-
Creates a text widget with default style overline
const
- ZeroText.subtitle1(String value, {TextStyle? style, TextAlign? align, int? maxLine, TextOverflow? overflow, double? scaleFactor, bool? softWrap, Key? key})
-
Creates a text widget with default style subtitle1
const
- ZeroText.subtitle2(String value, {TextStyle? style, TextAlign? align, int? maxLine, TextOverflow? overflow, double? scaleFactor, bool? softWrap, Key? key})
-
Creates a text widget with default style subtitle2
const
Properties
- align → TextAlign?
-
How the text should be aligned horizontally.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- maxLine → int?
-
An optional maximum number of lines for the text to span, wrapping if necessary.
If the text exceeds the given number of lines, it will be truncated according
to overflow.
final
- overflow → TextOverflow?
-
How visual overflow should be handled.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scaleFactor → double?
-
The number of font pixels for each logical pixel.
final
- softWrap → bool?
-
Whether the text should break at soft line breaks.
final
- style → TextStyle?
-
This Allows custom styling of this Widget
final
- value → String
-
A value of text String, this text value to display the screen
final
Methods
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget.
override
-
createElement(
) → StatelessElement -
Creates a StatelessElement to manage this widget's location in the tree.
inherited
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited