menu
iconoir_flutter package
documentation
regular/chat_lines.dart
ChatLines
ChatLines const constructor
ChatLines const constructor
dark_mode
light_mode
ChatLines
constructor
const
ChatLines
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const ChatLines({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/chat_lines
ChatLines
ChatLines const constructor
ChatLines class