troca de icone anotacoes
This commit is contained in:
parent
d432863707
commit
255670a0d6
Binary file not shown.
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 53 KiB |
|
|
@ -269,12 +269,12 @@ class _PdfViewerState extends State<PdfViewer> {
|
|||
),
|
||||
),
|
||||
Positioned(
|
||||
top: -8,
|
||||
right: -8,
|
||||
top: 2,
|
||||
right: -0,
|
||||
child: Image.asset(
|
||||
'assets/images/lamp.png',
|
||||
width: 70,
|
||||
height: 70,
|
||||
width: 50,
|
||||
height: 50,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
@ -480,7 +480,7 @@ class _PdfViewerState extends State<PdfViewer> {
|
|||
),
|
||||
IconButton(
|
||||
key: anotacaoKey,
|
||||
icon: const Icon(Icons.lightbulb_outline),
|
||||
icon: const Icon(Icons.note_alt_outlined),
|
||||
tooltip: 'Anotações',
|
||||
onPressed: _showAnnotationDialog,
|
||||
),
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 1.0.2+10
|
||||
version: 1.0.3+11
|
||||
|
||||
environment:
|
||||
sdk: '>=3.4.3 <4.0.0'
|
||||
|
|
|
|||
Loading…
Reference in New Issue