Scaffold(
floatingActionButton: renderFloatingActionButton(), // have to define here
body: {...}
FloatingActionButton renderFloatingActionButton() { // make it a render function
return FloatingActionButton(
onPressed: () {},
child: Icon(Icons.add),
);
}
)
Dart
복사

.png&blockId=a3bcd41c-0377-4b20-a420-70846276da35)
.png&blockId=a3bcd41c-0377-4b20-a420-70846276da35&width=256)