Terepbejárás oldalon vonal és terület tulajdonságainak szerkesztése, mentés
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class ToolbarDivider extends StatelessWidget {
|
||||
const ToolbarDivider();
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Container(
|
||||
width: 1,
|
||||
height: 32,
|
||||
margin: const EdgeInsets.symmetric(horizontal: 4),
|
||||
color: Theme.of(context).colorScheme.outline.withOpacity(0.22),
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user