context menu base and move query to state

This commit is contained in:
austinried
2026-01-02 10:27:41 +09:00
parent 2837d4576e
commit ad6d534286
10 changed files with 169 additions and 53 deletions

View File

@@ -1,12 +0,0 @@
import 'package:flutter/material.dart';
class FabPadding extends StatelessWidget {
const FabPadding({
super.key,
});
@override
Widget build(BuildContext context) {
return const SizedBox(height: 86);
}
}