menu
entao_hare package
documentation
widgets/widgets.dart
HareTip
HareTip.new constructor
HareTip.new constructor
dark_mode
light_mode
HareTip
constructor
HareTip
(
String
text
, {
TextAlign
textAlign
=
TextAlign.start
,
TipStyle
tipStyle
=
TipStyle.normal
,
})
Implementation
HareTip(this.text, {this.textAlign = TextAlign.start, this.tipStyle = TipStyle.normal}) : super();
entao_hare package
documentation
widgets/widgets
HareTip
HareTip.new constructor
HareTip class