add some wip texts and toasts to not implemented parts

This commit is contained in:
2022-11-04 00:36:06 +01:00
parent 3e46750669
commit b095838399
6 changed files with 135 additions and 29 deletions

View File

@ -54,13 +54,9 @@ class _DrawingPageState extends State<DrawingPage> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
backgroundColor: Colors.blueGrey,
title: Text(widget.meta.name),
actions: [
DrawingPageTopActions(
controller: controller, noteMetaData: widget.meta)
]),
appBar: AppBar(title: Text(widget.meta.name), actions: [
DrawingPageTopActions(controller: controller, noteMetaData: widget.meta)
]),
body: Row(
children: [
ToolBar(