bdlukaa / fluent_ui

Implements Microsoft's WinUI3 in Flutter.
https://bdlukaa.github.io/fluent_ui/
BSD 3-Clause "New" or "Revised" License
2.98k stars 465 forks source link

Padding button #1090

Closed ajxcodergit closed 4 months ago

ajxcodergit commented 4 months ago

Hello, I'm having difficulty resetting the FilledButton padding, could someone help me please?

bdlukaa commented 4 months ago
FilledButton(
  style: ButtonStyle(
    padding: const WidgetStatePropertyAll(0.0),
  ),
)