gradient_button_first_testing 0.0.4
SDKflutter
Platformandroidioswindowslinuxmacosweb
A framework for checking values againt expectations and building custom espectations.
|
ElevatedButton(
onPressed: () {},
style: ElevatedButton.styleFrom(
padding: EdgeInsets.zero,
),
child: Ink(
decoration: BoxDecoration(
gradient: const LinearGradient(
begin: Alignment.topCenter,
end: Alignment(0.8, 1),
colors: |
|