menu
noteflutter package
documentation
tiktok/views/appRow.dart
TopToolRow
TopToolRow.new const constructor
TopToolRow.new const constructor
dark_mode
light_mode
TopToolRow
constructor
const
TopToolRow
(
{
Key
?
key
,
Widget
?
right
,
bool
?
canPop
,
Function
?
onPop
,
})
Implementation
const TopToolRow({ Key? key, this.right, this.canPop, this.onPop, }) : super(key: key);
noteflutter package
documentation
tiktok/views/appRow
TopToolRow
TopToolRow.new const constructor
TopToolRow class