menu
nothing_glyph_interface package
documentation
core/glyph_frame_builder.dart
GlyphFrameBuilder
build method
build method
dark_mode
light_mode
build
method
List
<
Map
<
String
,
int
?
>
>
build
(
)
Create the instance of the GlyphFrame.
Implementation
List<Map<String, int?>> build() { return _operations; }
nothing_glyph_interface package
documentation
core/glyph_frame_builder
GlyphFrameBuilder
build method
GlyphFrameBuilder class