menu
open_document
button_share_confirm_cancel
ButtonShare
ButtonShare const constructor
ButtonShare
brightness_4
ButtonShare
constructor
Null safety
const
ButtonShare
(
{
Key
?
key
,
required
Function
onClick
}
)
Implementation
const ButtonShare({Key? key, required this.onClick}) : super(key: key);
open_document
button_share_confirm_cancel
ButtonShare
ButtonShare const constructor
ButtonShare class
Constructors
ButtonShare
Properties
hashCode
key
onClick
runtimeType
Methods
build
buildElevatedButton
buildTextStyle
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
shape
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==