splashbyte/animated_toggle_switch

indicatorSize can't be changed

Closed this issue · 2 comments

AnimatedToggleSwitch.dual(
current: logic.state.switchState,
first: false,
second: true,
spacing: 0,
indicatorSize: Size(100, 40.h),)

AnimatedToggleSwitch.dual(
current: logic.state.switchState,
first: false,
second: true,
spacing: 0,
indicatorSize: Size(200, 40.h),)

When I adjust the indicatorSize everything works. I need a reproducible example to be able to check this issue.

@wangcheng319 I am closing this issue. You can open it again if the problem persists.