mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2026-01-31 10:25:03 -06:00
WIP - more decoupling of blocs
This commit is contained in:
@@ -71,8 +71,7 @@ Note: If you have the GitHub Android app installed, the descriptions will not be
|
||||
Text(
|
||||
'Stack Trace',
|
||||
style: Theme.of(context).textTheme.subtitle1,
|
||||
).padded(
|
||||
const EdgeInsets.only(top: 8.0, left: 8.0, right: 8.0)),
|
||||
).paddedOnly(top: 8.0, left: 8.0, right: 8.0),
|
||||
TextButton.icon(
|
||||
label: const Text('Copy'),
|
||||
icon: const Icon(Icons.copy),
|
||||
|
||||
Reference in New Issue
Block a user