menu
healthicons_flutter package
documentation
filled/question.dart
Question
Question.new const constructor
Question.new const constructor
dark_mode
light_mode
Question
constructor
const
Question
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Question({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
healthicons_flutter package
documentation
filled/question
Question
Question.new const constructor
Question class