androidThumbIcon property

WidgetStateProperty<Icon?> get androidThumbIcon

Implementation

WidgetStateProperty<Icon?> get androidThumbIcon {
  return const WidgetStatePropertyAll(
    Icon(
      Icons.circle,
      size: 0,
      color: Colors.transparent,
    ),
  );
}