Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comment
  • Loading branch information
bparrishMines committed Aug 2, 2021
commit 2c3c65b49fbc61a020d056a9c8312e16386030c2
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ abstract class GoogleMapsFlutterPlatform extends PlatformInterface {
/// This method is similar to [buildView], but requires a parameter for
/// platforms that require a text direction.
///
/// Default behavior passes the parameters to [buildView].
/// Default behavior passes all parameters except `textDirection` to
/// [buildView].
Widget buildViewWithTextDirection(
int creationId,
PlatformViewCreatedCallback onPlatformViewCreated, {
Expand Down