𝐼
Size: a a a
AR
𝐼
AR
𝐼
AR
𝐼
RY
permission_handler:
git:
url: git@github.com:ty0x2333/flutter-permission-handler.git
ref: ios_permission_selectivity
КБ
permission_handler:
git:
url: git@github.com:ty0x2333/flutter-permission-handler.git
ref: ios_permission_selectivity
customgauge:
git:
url: git://github.com/leech001/customgauge.git
S
P
IK
РЯ
S
S
GestureDetector(
onTap: this.disabled || this.loading ? null : this.onTap,
child: AnimatedContainer(
duration: Duration(milliseconds: 150),
padding: EdgeInsets.all(15),
alignment: Alignment.center,
width: double.infinity,
decoration: BoxDecoration(
color: this.disabled ? this.disabledColor : this.color,
borderRadius: BorderRadius.circular(10),
boxShadow: this.shadow,
),
child: BackdropFilter(
filter: ImageFilter.blur(sigmaX: 4.0, sigmaY: 4.0),
child: Text(
// this.label.toUpperCase(),
'SUBMIT',
style: TextStyle(
color: this.disabled ? this.disabledTextColor : this.textColor,
fontSize: 12.0,
fontFamily: ' SF Pro Display',
fontWeight: FontWeight.bold,
),
),
),
),
);
V
S
Ю