mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: seek indicator
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -48,21 +48,21 @@ class BackwardSeekIndicatorState extends State<BackwardSeekIndicator> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Container(
|
return InkWell(
|
||||||
decoration: const BoxDecoration(
|
splashColor: const Color(0x44767676),
|
||||||
gradient: LinearGradient(
|
onTap: increment,
|
||||||
colors: [
|
child: Container(
|
||||||
Color(0x88767676),
|
decoration: const BoxDecoration(
|
||||||
Color(0x00767676),
|
gradient: LinearGradient(
|
||||||
],
|
colors: [
|
||||||
begin: Alignment.centerLeft,
|
Color(0x88767676),
|
||||||
end: Alignment.centerRight,
|
Color(0x00767676),
|
||||||
|
],
|
||||||
|
begin: Alignment.centerLeft,
|
||||||
|
end: Alignment.centerRight,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
alignment: Alignment.center,
|
||||||
alignment: Alignment.center,
|
|
||||||
child: InkWell(
|
|
||||||
splashColor: const Color(0x44767676),
|
|
||||||
onTap: increment,
|
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
|||||||
@@ -48,23 +48,22 @@ class ForwardSeekIndicatorState extends State<ForwardSeekIndicator> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Container(
|
return InkWell(
|
||||||
decoration: const BoxDecoration(
|
splashColor: const Color(0x44767676),
|
||||||
gradient: LinearGradient(
|
onTap: increment,
|
||||||
colors: [
|
child: Container(
|
||||||
Color(0x00767676),
|
decoration: const BoxDecoration(
|
||||||
Color(0x88767676),
|
gradient: LinearGradient(
|
||||||
],
|
colors: [
|
||||||
begin: Alignment.centerLeft,
|
Color(0x00767676),
|
||||||
end: Alignment.centerRight,
|
Color(0x88767676),
|
||||||
|
],
|
||||||
|
begin: Alignment.centerLeft,
|
||||||
|
end: Alignment.centerRight,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
alignment: Alignment.center,
|
||||||
alignment: Alignment.center,
|
|
||||||
child: InkWell(
|
|
||||||
splashColor: const Color(0x44767676),
|
|
||||||
onTap: increment,
|
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Reference in New Issue
Block a user