mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-05 00:13:12 +00:00
Remove BrandDivider and use vanilla instead.
This commit is contained in:
parent
7e10c1324c
commit
31624a3412
|
@ -1,12 +0,0 @@
|
||||||
import 'package:flutter/material.dart';
|
|
||||||
|
|
||||||
class BrandDivider extends StatelessWidget {
|
|
||||||
const BrandDivider({final super.key});
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(final BuildContext context) => Container(
|
|
||||||
width: double.infinity,
|
|
||||||
height: 1,
|
|
||||||
color: Theme.of(context).colorScheme.onSurface.withAlpha(30),
|
|
||||||
);
|
|
||||||
}
|
|
Loading…
Reference in a new issue