mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 21:15:37 +02:00
feat: custom switch and custom settings item.
This commit is contained in:
parent
2c243b75dd
commit
fba96fde9c
4 changed files with 115 additions and 20 deletions
|
@ -29,11 +29,11 @@ class PatcherView extends StatelessWidget {
|
|||
),
|
||||
body: SafeArea(
|
||||
child: SingleChildScrollView(
|
||||
padding: const EdgeInsets.all(12.0),
|
||||
padding: const EdgeInsets.symmetric(horizontal: 20.0),
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
const SizedBox(height: 12),
|
||||
const SizedBox(height: 60),
|
||||
I18nText(
|
||||
'patcherView.widgetTitle',
|
||||
child: Text(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue