FxTextUtils class

Constructors

FxTextUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Properties

countryCode List
getter/setter pair

Static Methods

boolToString(bool boolean) String
doubleToString(double value) String
getDummyText(int words, {bool withTab = false, bool withEmoji = false, dynamic withStop = true}) String
getParagraphsText({int paragraph = 1, int words = 20, int noOfNewLine = 1, bool withHyphen = false, bool withEmoji = false}) String
getTextFromSeconds({int time = 0, bool withZeros = true, bool withHours = true, bool withMinutes = true, bool withSpace = true}) String
parseBool(dynamic text) bool
randomString(int length) String