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