LineIcon.galacticSenate constructor
const
LineIcon.galacticSenate({
- Key? key,
- double? size,
- Color? color,
- String? semanticLabel,
- TextDirection? textDirection,
Constructor for galactic_senate icon Name galactic_senate turns into flutterish galacticSenate
Implementation
const LineIcon.galacticSenate({
Key? key,
double? size,
Color? color,
String? semanticLabel,
TextDirection? textDirection,
}) : super(
LineIcons.galacticSenate,
key: key,
size: size,
color: color,
semanticLabel: semanticLabel,
textDirection: textDirection,
);