menu
iconoir_flutter package
documentation
terminal_simple.dart
TerminalSimple
TerminalSimple.new const constructor
TerminalSimple.new const constructor
dark_mode
light_mode
TerminalSimple
constructor
const
TerminalSimple
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const TerminalSimple({Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
terminal_simple
TerminalSimple
TerminalSimple.new const constructor
TerminalSimple class