menu
gpos720_printer package
documentation
text_options.dart
TextOptions
TextOptions.new constructor
TextOptions.new constructor
dark_mode
light_mode
TextOptions
constructor
TextOptions
(
{
bool
bold
=
false
,
bool
italic
=
false
,
bool
underlined
=
false
,
})
Implementation
TextOptions( {this.bold = false, this.italic = false, this.underlined = false});
gpos720_printer package
documentation
text_options
TextOptions
TextOptions.new constructor
TextOptions class