farmershands
popup_title_view
PopupTitleView
PopupTitleView constructor
PopupTitleView
PopupTitleView
constructor
Null safety
PopupTitleView
(
{
Widget
?
child
,
required
String
title
,
bool
showClose
=
false
}
)
Implementation
PopupTitleView({ this.child, required this.title, this.showClose = false, });
farmershands
popup_title_view
PopupTitleView
PopupTitleView constructor
PopupTitleView class
Constructors
PopupTitleView
Properties
child
hashCode
key
runtimeType
showClose
title
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==