marcos930807 / awesomeDialogs

A new Flutter package project for simple a awesome dialogs
Other
339 stars 110 forks source link

How to delete the space of the title without a title? #89

Closed SittiphanSittisak closed 2 years ago

SittiphanSittisak commented 2 years ago

Basic code: AwesomeDialog( context: context, headerAnimationLoop: false, dialogType: DialogType.NO_HEADER, padding: EdgeInsets.zero, dialogBorderRadius: BorderRadius.only(), width: 250, body: Text("ABCDEFGHIJKLMNOPQRSTUVWXZY"), ).show();

awesome_dialog: ^2.1.2

sca

Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 2.5.0, on Microsoft Windows [Version 10.0.19042.1466], locale th-TH) [√] Android toolchain - develop for Android devices (Android SDK version 30.0.3) [√] Chrome - develop for the web [√] Android Studio (version 2020.3) [√] VS Code (version 1.63.2) [√] Connected device (2 available)

• No issues found!

OutdatedGuy commented 2 years ago

It's not possible at the moment.

Working on it