chore(ui): fix doc
This commit is contained in:
@@ -66,7 +66,7 @@ typedef UserMentionTileBuilder = Widget Function(
|
|||||||
/// Widget builder for action button.
|
/// Widget builder for action button.
|
||||||
///
|
///
|
||||||
/// [defaultActionButton] is the default [IconButton] configuration,
|
/// [defaultActionButton] is the default [IconButton] configuration,
|
||||||
/// use [defaultActionButton.copyWith] to easily customize it.
|
/// use .copyWith to easily customize it.
|
||||||
typedef ActionButtonBuilder = Widget Function(
|
typedef ActionButtonBuilder = Widget Function(
|
||||||
BuildContext context,
|
BuildContext context,
|
||||||
IconButton defaultActionButton,
|
IconButton defaultActionButton,
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ typedef UserMentionTileBuilder = Widget Function(
|
|||||||
/// Widget builder for action button.
|
/// Widget builder for action button.
|
||||||
///
|
///
|
||||||
/// [defaultActionButton] is the default [IconButton] configuration,
|
/// [defaultActionButton] is the default [IconButton] configuration,
|
||||||
/// use [defaultActionButton.copyWith] to easily customize it.
|
/// use .copyWith to easily customize it.
|
||||||
typedef ActionButtonBuilder = Widget Function(
|
typedef ActionButtonBuilder = Widget Function(
|
||||||
BuildContext context,
|
BuildContext context,
|
||||||
IconButton defaultActionButton,
|
IconButton defaultActionButton,
|
||||||
|
|||||||
Reference in New Issue
Block a user