Options
All
  • Public
  • Public/Protected
  • All
Menu

Module flutter/material

Index

Type aliases

InputCounterWidgetBuilder

InputCounterWidgetBuilder: (this: void, context: BuildContext, props: { currentLength: number; isFocused: boolean; maxLength: number }) => Widget

Type declaration

    • (this: void, context: BuildContext, props: { currentLength: number; isFocused: boolean; maxLength: number }): Widget
    • Parameters

      • this: void
      • context: BuildContext
      • props: { currentLength: number; isFocused: boolean; maxLength: number }
        • currentLength: number
        • isFocused: boolean
        • maxLength: number

      Returns Widget

Variables

Const kDefaultDeleteIcon

kDefaultDeleteIcon: Icon = ...

Const kDeleteIconSize

kDeleteIconSize: 18 = 18.0

Generated using TypeDoc