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