followingPinTheme static method

PinTheme followingPinTheme(
  1. BuildContext context
)

Implementation

static PinTheme followingPinTheme(BuildContext context) {
  return FluoTheme.defaultPinTheme(context);
}