TextStyleBuilder class
Builder for generating text styles based on font files in the project.
Constructors
- TextStyleBuilder.new(BuilderOptions options)
Properties
-
buildExtensions
→ Map<
String, List< String> > -
Maps input files to output files for the build step.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- options → BuilderOptions
-
Options passed from build.yaml configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
BuildStep buildStep) → Future< void> - Main method to generate the output file.
-
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
Constants
- defaultColor → const String
- The default color if none is specified in the configuration.